-
Couldn't load subscription status.
- Fork 1.6k
Adds new banner component #4473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/commands/resets.ts
Outdated
| detail: 'Clears stored data associated with the current workspace', | ||
| item: 'workspace', | ||
| }, | ||
| ...(this.container.debugging ? [{ label: 'Promo Opt-Ins...', detail: 'Clears any locally stored promo opt-ins', item: 'promoOptIns' }] satisfies ResetQuickPickItem[] : []), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest putting this into the DEBUG section below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, not sure how I missed that this section exists already. Thanks! Done in commit: 6e1ec7e
No description provided.